From 65871ee245ba0eda48fb10dd5b5202f3d9a6d0a4 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 3 Nov 2010 12:49:21 +0000 Subject: [PATCH] Cleanup r65183, fix ugly stylize.php formatting --- includes/api/ApiQueryBacklinks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiQueryBacklinks.php b/includes/api/ApiQueryBacklinks.php index 5e6a283bbb..eb2c9c0538 100644 --- a/includes/api/ApiQueryBacklinks.php +++ b/includes/api/ApiQueryBacklinks.php @@ -248,9 +248,9 @@ class ApiQueryBacklinks extends ApiQueryGeneratorBase { // We've reached the one extra which shows that there are additional pages to be had. Stop here... // We need to keep the parent page of this redir in if ( $this->hasNS ) { - $parentID = $this->pageMap[$row-> { $this->bl_ns } ][$row-> { $this->bl_title } ]; + $parentID = $this->pageMap[$row->{$this->bl_ns}][$row->{$this->bl_title}]; } else { - $parentID = $this->pageMap[NS_IMAGE][$row-> { $this->bl_title } ]; + $parentID = $this->pageMap[NS_IMAGE][$row->{$this->bl_title}]; } $this->continueStr = $this->getContinueRedirStr( $parentID, $row->page_id ); break; -- 2.20.1